Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set install-data flag in python setup.py #223

Merged
merged 1 commit into from
May 17, 2012

Conversation

jscheinblum
Copy link
Contributor

Ran into this problem with installing Django, where the install_data would place the files in /usr/local/lib vs /usr/lib

The test I was running was:

fpm -s python -t deb -p django-lib.deb --verbose --debug django

And the output deb should be entirely locatable under /usr/lib/

(distutils default is installation base dir)
jordansissel added a commit that referenced this pull request May 17, 2012
Set install-data flag in python setup.py
@jordansissel jordansissel merged commit 078ac43 into jordansissel:master May 17, 2012
@jordansissel
Copy link
Owner

Thanks! :)

prof-milki pushed a commit to prof-milki/xpm that referenced this pull request Dec 18, 2014
Set install-data flag in python setup.py
prof-milki pushed a commit to prof-milki/xpm that referenced this pull request Dec 27, 2014
Set install-data flag in python setup.py
jordansissel added a commit that referenced this pull request Apr 24, 2015
Set install-data flag in python setup.py
jordansissel added a commit that referenced this pull request Jun 20, 2016
Set install-data flag in python setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants